home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / wp / textra16.lha / Textra116 / Scripts / JForth_Scripts / jFILE?.textra < prev    next >
Encoding:
Text File  |  1992-01-28  |  653 b   |  17 lines

  1.     /*******************************************************************
  2.      *   TEXTRA AREXX script -- Mike Haas, 1991, All Rights Reserved.  *
  3.      * Freely distributable ONLY as a component of the TEXTRA package. *
  4.      * This banner may not be removed or altered (improvements to the  *
  5.      *    actual program welcome).  Please document and send to me.    *
  6.      *        !!! PLACE THIS FILE IN YOUR REXX: DIRECTORY !!!          *
  7.      *******************************************************************/
  8.  
  9. options results
  10.  
  11. get select text
  12. parse var result num  thisselect
  13. if num='NO' then exit
  14.  
  15. address 'JFORTH' 'JforthToFront FILE? 'thisselect
  16.  
  17.